home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 July / Designer's Club 1998 July.iso / mac / Idea Source® / Zap.Dir / 00027_button click.ls < prev    next >
Encoding:
Text File  |  1998-05-20  |  205 b   |  10 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the visible of sprite the clickOn to 0
  4.     updateStage()
  5.   end repeat
  6.   set the visible of sprite the clickOn to 1
  7.   updateStage()
  8.   go(the frame + 1)
  9. end
  10.